home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1529 / locklv.ex_ / 0 / RCDATA / TNOMATCHFORM / TNOMATCHFORM.txt
Text File  |  1996-11-24  |  827b  |  44 lines

  1. object nomatchform: Tnomatchform
  2.   Left = 604
  3.   Top = 516
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Dialog'
  7.   ClientHeight = 80
  8.   ClientWidth = 185
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 169
  20.     Height = 41
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 153
  27.     Height = 25
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Your Passwords do not match, Please Reenter them.'
  31.   end
  32.   object OKBtn: TButton
  33.     Left = 55
  34.     Top = 52
  35.     Width = 75
  36.     Height = 25
  37.     Caption = '&OK'
  38.     Default = True
  39.     ModalResult = 1
  40.     TabOrder = 0
  41.     OnClick = OKBtnClick
  42.   end
  43. end
  44.